home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / sun.h < prev    next >
C/C++ Source or Header  |  1990-02-05  |  557b  |  31 lines

  1. #define SUN
  2. /* You probably want  a more specific include than this eg sun2r3,sun4,... */
  3.   
  4. #include "bsd.h"
  5.  
  6.  
  7. #define ADDITIONAL_FEATURES \
  8.              ADD_FEATURE("SUN"); \
  9.                ADD_FEATURE("MC68020")
  10.  
  11. #define    MC68K
  12. #define    IEEEFLOAT
  13.  
  14.  
  15. #undef   FILECPY_HEADER
  16. #define FILECPY_HEADER \
  17.     if (header.a_magic == ZMAGIC) \
  18.         filecpy(save, original, PAGSIZ - sizeof(header)); \
  19.     filecpy(save, original, header.a_text);
  20.  
  21. #define DATA_BEGIN (char *)((TXTRELOC+header.a_text+(SEGSIZ-1)) & ~(SEGSIZ-1))
  22.  
  23.  
  24.  
  25.  
  26.  
  27. /* Begin for cmpinclude */
  28.  
  29.  
  30. /* End for cmpinclude */
  31.